home *** CD-ROM | disk | FTP | other *** search
/ hornet.scene.org / hornet.scene.org FTP 11-25-2012.zip / hornet.scene.org FTP 11-25-2012 / code / effects / fire / 00_index.txt next >
File List  |  2012-06-16  |  5KB  |  74 lines

  1. asmfire.zip        2321 *+    ASM Fire by LeGeND : A fire routine. A little big
  2.                               | for a fire effect. Might consider using a
  3.                               | random number function. Assembler, real-mode
  4. asmfire2.zip       1184 *     Asm Fire 2 by Legend : Fire Example. No useful
  5.                               | comments and not that impressive looking.
  6.                               | Assembler, real-mode
  7. bfire.zip          6651 *     bfire by Blair Harrison : Fire Routine. No
  8.                               | explanation and horrible optimization.  Well,
  9.                               | utter lack of optimization, rather. Pascal,
  10.                               | real-mode
  11. blaze.zip         10702 **    blaze source by Gopher : Source and macros for
  12.                               | fire routines.  For a86 compilation, should be
  13.                               | easy to tweak for TASM, but this is nothing
  14.                               | special we haven't seen before. Assembler,
  15.                               | real-mode
  16. bmatch.zip         3005       Burning Match by Digimind : 314 byte fire example
  17.                               | with asm source and executable. Features wood,
  18.                               | sulfur and oxygen.
  19. burn.zip          20165 ***+  burn by Frank Paxti : A fireroutine - Not your
  20.                               | normal fire routine.  Looks more real. Pascal,
  21.                               | real-mode
  22. fire_win.zip      10716 ***   Fire by JARE of Iguana : A fire routine under
  23.                               | windows - Crawls on my p133.  :(  Don't bother
  24.                               | looking at this unless you've programmed for
  25.                               | windows before.  You're likely to have a heart
  26.                               | attack.  :)  Requires WinG to run. C/C++
  27. firecode.zip      54739 **    Fire code by Kirk A. Baum : A simple fire routine
  28.                               | - Contains the same fire as that of fire-
  29.                               | win.zip but coded in assembler for DOS.
  30.                               | Assembler, Pascal, real-mode
  31. firetiny.zip       1249 **+   57 Byte Fire Routine by Rex Deathstar of
  32.                               | Waterlogic Assembler
  33. firewall.zip       8396 **    Yet Another Fire Algorithm by Tanjent : Poor
  34.                               | looking fire, so so code. Assembler, C/C++,
  35.                               | real-mode
  36. flame128.zip       2363 *+    128 byte fire by Gaffer of Prometheus : Assembler
  37. flame160.zip       2964 **    small flame by Gaffer of PRoMETHEUS : Source for
  38.                               | a small fire routine.  Doesn't actually work on
  39.                               | my computer.  To answer a question proposed by
  40.                               | the author about size optimization, inc al is
  41.                               | bigger than inc ax because intel doesn't have
  42.                               | an inc /r8 instruction.  inc ax is of the form
  43.                               | inc /r16 which compiles to db 40+rw, where rw =
  44.                               | 0 for ax, 1 for cx, 2 for dx, 3 for bx, ... inc
  45.                               | al is of the form inc r/m8 and compiles to db
  46.                               | FE /1 where /1 = c0 for al, c4 for ah, c1 for
  47.                               | bl..., 05 for a memory reference....  See an
  48.                               | intel document for more details. Assembler,
  49.                               | real-mode
  50. flame184.zip       2669 ***   184 Byte Fire Routine by Gaffer of Prometheus :
  51.                               | tight code Assembler, real-mode
  52. flames2.zip        3148 **    flames by Errand : A simple fire routine - out
  53.                               | dated Assembler, real-mode
  54. gb_wfire.zip      21102 *     Fire effect by XtaC of Garbage : Fire Effect.
  55.                               | Yet another fire example. Assembler, C/C++,
  56.                               | protected-mode
  57. kaosfire.zip      12991       Kaos Fire by DrKaos of Zero Wait State
  58. linefire.zip      26759 **+   Linefire by Kable : Mystify your fire.  I half
  59.                               | expected to hear the FM sounds from Amnesia to
  60.                               | kick in.  It's only one line with a *much*
  61.                               | longer (and blured) tail, but still.  Uses a
  62.                               | Bresenham's line routine. C/C++, real-mode
  63. mg_flame.zip       3276       Mg-flame by Magnesium : A Flame effect in only
  64.                               | 256-bytes with full assembler source. It even
  65.                               | leaves you in DOS with a message. Commented for
  66.                               | those wanting to learn 256-byte asm coding.
  67.                               | TASM needed.
  68. nicefire.zip       2334 *     Nice Fire by Ziron of Alpine : Claims to be nicer
  69.                               | then any of the other fires around, but there's
  70.                               | really nothing special about this fire effect.
  71.                               | Assembler
  72. swfire.zip         6160 ***+  Fire by Fantom Cat of Swat Cats : An original
  73.                               | variation of the well-known fire effect. Pascal
  74.